ComponentOne Data Source for Entity Framework
C1.LiveLinq Namespace / Ordering<T> Class
The type of the elements of the collection.
Members

In This Topic
    Ordering<T> Class
    In This Topic
    Object Model
    Ordering<T> Class
    Syntax
    'Declaration
     
    
    Public Class Ordering(Of T) 
       Implements C1.LiveLinq.Indexing.IIndexedSource(Of T) 
    public class Ordering<T> : C1.LiveLinq.Indexing.IIndexedSource<T>  
    Type Parameters
    T
    The type of the elements of the collection.
    Remarks
    An Ordering<T> can be obtained as a result of an OrderBy or OrderByDescending query operator. Query operators (extension methods) ThenBy and ThenByDescending operate on objects of type Ordering<T>.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.Ordering<T>

    See Also